home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Commodities / CxKiller / CxKiller.doc.bak < prev    next >
Text File  |  1996-09-26  |  2KB  |  77 lines

  1.                         CxKiller by Gael Marziou
  2.                          released on 21 Dec. 93
  3.         Updated 9 Jan. 94 by Mike Cuddy (fensende!mcuddy@apple.com)
  4.  
  5.  
  6. INTRODUCTION
  7.  
  8. CxKiller is a very simple program which use is to kill commodities from
  9. CLI/Shell. But will you say, we already have Exchange to do that. Yes but it
  10. is GUI oriented. CxKiller has been done to be called from scripts, ToolManager
  11. menus or docks, hotkeys, BrowserII and whatever you want.
  12.  
  13.  
  14. DISTRIBUTION
  15.  
  16. CxKiller is Public Domain. I just want the C source to be included with it.
  17.  
  18.  
  19. USAGE
  20.  
  21. Called without any argument CxKiller will kill ALL running commodities.
  22. Arguments should be a list of Commodities names. Be aware that Commodities
  23. names are case sensitive ! Names with spaces must be quoted.
  24.  
  25. example:
  26.  
  27.         CxKiller "Magic Menu" GrabIFF Yak "Arq 1.78"
  28.  
  29.         will kill these 4 commodities listed.
  30.  
  31.         CxKiller will kill all running commodities.
  32.  
  33. MORE USAGE: (9 Jan 1994 -- Michael Cuddy)
  34.     Added 'ENABLE' and 'DISABLE' arguments to cause commodities to be 
  35.     merely enabled and disabled instead of killed.  Usage is the same
  36.     as normal, (i.e.: no other arguments causes all commodities to
  37.     be enabled/disabled)
  38.  
  39. example:
  40.     CxKiller DISABLE "SMaus" 
  41.  
  42.     will DISABLE SMaus.
  43.  
  44.     CxKiller ENABLE
  45.  
  46.     will enable all running commodities.
  47.  
  48.  
  49. DISCLAIMER
  50.  
  51. Allright, here it is : you use CxKiller at your own risk. I cannot be
  52. responsible to any damage happening when using it.
  53.  
  54.  
  55. AUTHOR
  56.  
  57. You can contact me for bug reporting or whatever at :
  58.  
  59.                 Gael MARZIOU
  60.                 Cidex 103
  61.                 38920 CROLLES
  62.                 FRANCE
  63.  
  64. or by e-mail (preferred) : gael@gnlab030.grenoble.hp.com
  65.  
  66.  
  67. By the way, you should try my other PD utility : Yak.
  68.  
  69.  
  70. HISTORY
  71.  
  72. 1.2 : Compiled with SAS C 6.50 and some code cleaning
  73.  
  74. 1.1 : Some code optimizations.
  75.  
  76. 1.0 : first release.
  77.